home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / c / CLib-SDI.lha / CLib-SDI / libsource / makefile.Maxon < prev    next >
Makefile  |  2002-10-27  |  295b  |  10 lines

  1. /libs/example.library: T:libinit.o T:examplefuncs.o
  2.     mcppc T:libinit.o T:examplefuncs.o -o /libs/example.library -gs
  3.  
  4. T:libinit.o: libinfo.h libinit.c
  5.     mcppc -c -pc -gb0 -O -d BASE_GLOBAL libinit.c
  6.  
  7. T:examplefuncs.o: examplefuncs.c libinfo.h
  8.     mcppc -c -pc -gb0 -O -d BASE_GLOBAL examplefuncs.c
  9.  
  10.